home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity Spectroman.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2004-04-21  |  4KB  |  175 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 212
  3.   Top = 376
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 159
  8.   ClientWidth = 285
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 285
  25.     Height = 159
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object FreqScaleWheel: TWAVWheel
  31.       Tag = 2
  32.       Left = 221
  33.       Top = 111
  34.       Width = 23
  35.       Height = 23
  36.       Hint = '|^b^aFrequency scale'
  37.       Options = []
  38.       MoveSpeed = 8
  39.       SlowMotionDiv = 4
  40.       Max = 128
  41.       Value = 64
  42.       DefaultValue = 64
  43.       OnChange = CutoffWheelChange
  44.       MouseButton = mbLeft
  45.       HotSideX = 8
  46.       HotSideY = 2
  47.       PopupMenu = SynthResModule.WheelMenu
  48.       BmpList = SynthResModule.MainWheelIL
  49.     end
  50.     object AmpWheel: TWAVWheel
  51.       Tag = 1
  52.       Left = 228
  53.       Top = 85
  54.       Width = 23
  55.       Height = 23
  56.       Hint = '|^b^aAmplification'
  57.       Options = []
  58.       MoveSpeed = 16
  59.       SlowMotionDiv = 4
  60.       Max = 128
  61.       Value = 64
  62.       DefaultValue = 64
  63.       OnChange = CutoffWheelChange
  64.       MouseButton = mbLeft
  65.       HotSideX = 8
  66.       HotSideY = 2
  67.       PopupMenu = SynthResModule.WheelMenu
  68.       BmpList = SynthResModule.MainWheelIL
  69.     end
  70.     object SpectrumScope: TWAVScope
  71.       Left = 45
  72.       Top = 30
  73.       Width = 128
  74.       Height = 100
  75.       Cursor = crCross
  76.       BackColor = clBlack
  77.       CenterColor = clGray
  78.       LineColor = clWhite
  79.       LineColor_Right = clWhite
  80.       OnMouseMove = GridSelectMouseMove
  81.     end
  82.     object PeaksBtn: TQuickBtn
  83.       Tag = -1
  84.       Left = 216
  85.       Top = 60
  86.       Width = 55
  87.       Height = 10
  88.       Cursor = crHandPoint
  89.       Hint = '|Show band peaks'
  90.       ParentFont = False
  91.       ParentColor = True
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clSilver
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = []
  97.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  98.       Style = FS_Transparent
  99.       Spacing = 4
  100.       TextAlign = ttaBitmapRight
  101.       AccelKey = 0
  102.       FXType = FX_Blend
  103.       BmpList = SynthResModule.LEDIL
  104.       OnClick = WindowBtnClick
  105.       Down = True
  106.       PopupAlign = Popup_Normal
  107.     end
  108.     object WindowBtn: TQuickBtn
  109.       Tag = -1
  110.       Left = 216
  111.       Top = 70
  112.       Width = 55
  113.       Height = 10
  114.       Cursor = crHandPoint
  115.       Hint = '|Perform windowing before FFT'
  116.       ParentFont = False
  117.       ParentColor = True
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clSilver
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = []
  123.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  124.       Style = FS_Transparent
  125.       Spacing = 4
  126.       TextAlign = ttaBitmapRight
  127.       AccelKey = 0
  128.       FXType = FX_Blend
  129.       BmpList = SynthResModule.LEDIL
  130.       OnClick = WindowBtnClick
  131.       Down = True
  132.       PopupAlign = Popup_Normal
  133.     end
  134.     object ModeSelect: TSelector
  135.       Left = 252
  136.       Top = 35
  137.       Width = 32
  138.       Height = 12
  139.       Cursor = crHandPoint
  140.       Hint = '|^b^aOutput mode'
  141.       NumCols = 2
  142.       NumRows = 1
  143.       Value = 1
  144.       DefaultValue = 1
  145.       OnChange = CutoffWheelChange
  146.       PopupMenu = SynthResModule.WheelMenu
  147.     end
  148.     object StereoBtn: TQuickBtn
  149.       Tag = -1
  150.       Left = 216
  151.       Top = 50
  152.       Width = 55
  153.       Height = 10
  154.       Cursor = crHandPoint
  155.       Hint = '|Stereo processing'
  156.       ParentFont = False
  157.       ParentColor = True
  158.       Font.Charset = DEFAULT_CHARSET
  159.       Font.Color = clSilver
  160.       Font.Height = -11
  161.       Font.Name = 'MS Sans Serif'
  162.       Font.Style = []
  163.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  164.       Style = FS_Transparent
  165.       Spacing = 4
  166.       TextAlign = ttaBitmapRight
  167.       AccelKey = 0
  168.       FXType = FX_Blend
  169.       BmpList = SynthResModule.LEDIL
  170.       OnClick = StereoBtnClick
  171.       PopupAlign = Popup_Normal
  172.     end
  173.   end
  174. end
  175.